home *** CD-ROM | disk | FTP | other *** search
- #==========================================================================
- #
- # TST7P.CFG - configuration file for TST7P Version 1.0
- #
- # Currently supported options:-
- #
- # MAXSIZE - maximum 7plus part size
- # DEBUG - specify verbose debug information in TST7P.LOG file
- # USERDIR - directory where user accessable files are located
- # MSG - specifies a one line message added to the end of each
- # 7PLUS part.
- #
- #==========================================================================
-
- #
- # Maximum 7plus part size. Must be between 1000 and 32000.
- #
-
- MAXSIZE 4000
-
- #
- # Verbose logging info to the log file TST7P.LOG
- #
- # Can be ON or OFF
-
- VERBOSE ON
-
- #
- # Path to the directory where the user accessable files are located.
- # If not set, this defaults to a directory called "USERS", located
- # below the main TSTHOST directory. This should be set to the same
- # directory as the variable USERDIR in TSTHOST.CFG
- #
-
- USERDIR x:\TST140\USERS
-
- #
- # Define a short message to be included at the bottom of each 7PLUS part.
- # The message MUST be shorter than 80 characers.
-
- MSG Send .ERR files to IK3xxx @ <HOME bbs NAME>.<HOME BBS ADDRESS FOR AX.25>
-
- #
- # The end
- #